home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / devel / vbcc-wos-src / vlink / config.h < prev    next >
Text File  |  1999-01-01  |  1KB  |  33 lines

  1. /* $VER: vlink config.h V0.1  (03.12.97)
  2.  *
  3.  * This file is part of vlink, a portable linker for multiple
  4.  * object formats.
  5.  * Copyright (c) 1997-99  Frank Wille
  6.  *
  7.  * vlink is freeware and part of the portable and retargetable ANSI C
  8.  * compiler vbcc, copyright (c) 1995-99 by Volker Barthelmann.
  9.  * vlink may be freely redistributed as long as no modifications are
  10.  * made and nothing is charged for it. Non-commercial usage is allowed
  11.  * without any restrictions.
  12.  * EVERY PRODUCT OR PROGRAM DERIVED DIRECTLY FROM MY SOURCE MAY NOT BE
  13.  * SOLD COMMERCIALLY WITHOUT PERMISSION FROM THE AUTHOR.
  14.  *
  15.  *
  16.  * v0.1  (27.02.98) phx
  17.  *       First version that seems to link AmigaOS ADOS and EHF
  18.  *       objects and libraries. Many common features, like linking
  19.  *       sections together which have relative references, are
  20.  *       still missing. Also, PowerPC-ELF32 support is about to come.
  21.  * v0.0  (03.12.97) phx
  22.  *       File created.
  23.  */
  24.  
  25.  
  26. /* Edit the following defines for your system: */
  27.  
  28. /* Default path to search for library. Example: "/usr/lib" */
  29. #define LIBPATH "vlib:"
  30.  
  31. /* Default target file format. Example: "elf32-powerpc" */
  32. #define DEFTARGET "amigaos"
  33.